home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / amitcp_ups10.lha / amiga / pwd.h < prev    next >
C/C++ Source or Header  |  1993-10-03  |  192b  |  12 lines

  1. struct passwd
  2. {
  3.     char *pw_name;
  4.     char *pw_passwd;
  5.     int pw_uid;
  6.     int pw_gid;
  7.     int pw_quota; /* BSD only, not used */
  8.     char *pw_gecos;
  9.     char *pw_dir;
  10.     char *pw_shell;
  11. };
  12.